home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / call32 / bezier / bezier.bas next >
Encoding:
BASIC Source File  |  1994-02-18  |  57 b   |  6 lines

  1. Type tagPoint
  2.     x As Long
  3.     y As Long
  4. End Type
  5.  
  6.